CGContextオペークタイプ
関数の説明
由来 | CFType Reference |
フレームワーク | ApplicationServices/ApplicationServices.h |
使用可能 | |
定義 | CGContext.h |
- 出版社/メーカー: 東豊製菓
- メディア: 食品&飲料
- この商品を含むブログを見る
解説
概要
関数
グラフィックスコンテキストの管理
グラフィックス状態パラメータの取得とセット
CGContextGetInterpolationQuality
CGContextSetFlatness
CGContextSetInterpolationQuality
CGContextSetAllowsAntialiasing
CGContextSetAllowsFontSmoothing
CGContextSetAllowsFontSubpixelPositioning
CGContextSetShouldSubpixelPositionFonts
パスの構築
これらの関数はカレントパスの位置の定義に使われます。
パスの定義についてのより多くの情報はCGPathリファレンスを見てください。
CGContextAddArc
パスについての情報を得る
クリッピングパスの修正
カラー、カラースペース、影の値のセット
ユーザースペースの変換
これらの関数はグラフィックスコンテキストでの現在の変換マトリックスの変更を適用します。
CGContextConcatCTM
CGContextGetCTM
CGContextRotateCTM
CGContextScaleCTM
CGContextTranslateCTM
透明レイヤーの使用
CGContextBeginTransparencyLayer
CGContextBeginTransparencyLayerWithRect
CGContextEndTransparencyLayer
グラフィックスコンテキストへの描画
CGContextDrawTiledImage
CGContextDrawImage
グラフィクスコンテキストへのPDFコンテキストの描画
CGContextDrawPDFPage
グラデーションの描画
CGContextDrawLinearGradient
CGContextDrawRadialGradient
シェードの描画
CGContextDrawShading
ページベースグラフィックスコンテキストのセットアップ
CGContextBeginPage
CGContextEndPage
グリフの描画
CGContextShowGlyphs
CGContextShowGlyphsAtPoint
CGContextShowGlyphsWithAdvances
CGContextShowGlyphsAtPositions
テキストの描画
CGContextGetTextMatrix
CGContextGetTextPosition
CGContextSelectFont
CGContextSetCharacterSpacing
CGContextSetFont
CGContextSetFontSize
CGContextSetTextDrawingMode
CGContextSetTextMatrix
CGContextSetTextPosition
CGContextShowText
CGContextShowTextAtPoint
デバイススペースとユーザースペースの変換
CGContextGetUserSpaceToDeviceSpaceTransform
CGContextConvertPointToDeviceSpace
CGContextConvertPointToUserSpace
CGContextConvertSizeToDeviceSpace
CGContextConvertSizeToUserSpace
CGContextConvertRectToDeviceSpace
CGContextConvertRectToUserSpace