User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:31, 18 September 2016 (diff | hist) . . (+1,455) . . N Font:setFallbacks (日本語) (Created page with "{{newin (日本語)|0.10.0|100|type=関数}} 代替フォントを設定します。フォントがグリフを有していない場合は、次に存在する別の代替...") (current)
- 10:31, 18 September 2016 (diff | hist) . . (+1,510) . . N Font:hasGlyphs (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} フォントが文字または文字列として表示できるか取得します。 == 関数 == === 概要 === <source lang="...") (current)
- 10:30, 18 September 2016 (diff | hist) . . (+1,617) . . N Font:getWrap (日本語) (Created page with "{{newin (日本語)|0.7.0|070|type=関数}} 折り返し制限の設定情報、テキストに対する書式情報を取得します。 この関数は改行を正確...")
- 10:29, 18 September 2016 (diff | hist) . . (+550) . . N Font:getWidth (日本語) (Created page with "テキストの行で求められる水平方向の大きさを判定します。 改行には対応していません。 == 関数 == === 概要 === <source lang="lua"> width...")
- 10:29, 18 September 2016 (diff | hist) . . (+642) . . N Font:setLineHeight (日本語) (Created page with "行の高さを設定します。 フォントの表示時における実際の行の高さは フォントの高さに行の高さを乗算したものにより決定され...")
- 10:28, 18 September 2016 (diff | hist) . . (+604) . . N Font:getLineHeight (日本語) (Created page with "行の高さを取得します。 この値は以前に Font:setLineHeight により設定されたもの、または標準値の <code>1.0...")
- 10:28, 18 September 2016 (diff | hist) . . (+554) . . N Font:getHeight (日本語) (Created page with "フォントの高さを取得します。 全ての空白を含んだ大きさがフォントの高さになります。つまり必要な高さです。 == 関数 == === 概...")
- 10:26, 18 September 2016 (diff | hist) . . (+761) . . N Font:getFilter (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} フォントのフィルタ方式を取得します。 == 関数 == === 概要 === <source lang="lua"> min, mag, anisotropy = F...")
- 10:26, 18 September 2016 (diff | hist) . . (+835) . . N Font:getBaseline (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} フォントの基線を取得します。 ほとんどのスクリプトにおいて基線の概念を共有します: 文字...") (current)
- 10:25, 18 September 2016 (diff | hist) . . (+701) . . N Font:getDescent (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} フォントの傾斜を取得します。 基線および書体にあるグリフの最も低い傾斜との間の距離を傾...") (current)
- 10:24, 18 September 2016 (diff | hist) . . (+704) . . N Font:getAscent (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} フォントの勾配を取得します。 基線および基線から最も遠い範囲のグリフの上部との間の距離...") (current)
- 10:24, 18 September 2016 (diff | hist) . . (+902) . . N Font (日本語) (Created page with "画面に描写できる文字の字形を定義します。 == コンストラクタ == {{#ask: Category:Functions Constructs::Font (日本語) Concept:Current |...")
- 10:23, 18 September 2016 (diff | hist) . . (+1,557) . . N ImageFontFormat (日本語) (Created page with "画像フォントファイルは LÖVE が読み込むことのできる形式の画像ファイルです。透過ピクセルを内包できるため、 PNG ファイルが...") (current)
- 10:23, 18 September 2016 (diff | hist) . . (+2,546) . . N love.graphics.newImageFont (日本語) (Created page with "特別な形式の画像から読み込んで Font を新規作成します。 versions 0.9.0 以前で、 LÖVE は...")
- 01:07, 18 September 2016 (diff | hist) . . (-1) . . m Font:setFallbacks (current)
- 14:07, 17 September 2016 (diff | hist) . . (+2,066) . . N love.graphics.point (日本語) (Created page with "{{oldin (日本語)|0.10.0|100|type=関数|text=love.graphics.points へ移行}} 点を描画します。 == 関数 == === 概要 ===...")
- 14:06, 17 September 2016 (diff | hist) . . (+1) . . m love.graphics.getPointStyle (日本語) (current)
- 14:03, 17 September 2016 (diff | hist) . . (+1,411) . . N love.graphics.setWireframe (日本語) (Created page with "{{newin (日本語)|0.9.1|091|type=関数}} 描画時にワイヤーフレーム・モードを使用するために設定します。 {{notice|この関数は OpenGL ES...") (current)
- 14:02, 17 September 2016 (diff | hist) . . (+2,374) . . N love.graphics.setShader (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.graphics.setPixelEffect からの名称変更}} 現在のピクセルエ...")
- 14:02, 17 September 2016 (diff | hist) . . (+1,369) . . N love.graphics.setScissor (日本語) (Created page with "切り抜きの設定または解除。 切り抜きは指定した長方形の範囲で描画領域を制限します。これは love.graphics.clear (日本語)|love.grap...")
- 14:00, 17 September 2016 (diff | hist) . . (+2,231) . . N love.graphics.setRenderTarget (日本語) (Created page with "{{newinoldin (日本語)|0.7.0|070|0.8.0|080|type=関数|text=love.graphics.setCanvas へ名称変更}} 指定された Frame...") (current)
- 13:58, 17 September 2016 (diff | hist) . . (+1,439) . . N love.graphics.setPointStyle (日本語) (Created page with "{{oldin (日本語)|0.10.0|100|type=関数}} 点の種類を設定します。 {{notice|smooth な点は多くのグラフィック...") (current)
- 13:58, 17 September 2016 (diff | hist) . . (+1,172) . . N love.graphics.setPointSize (日本語) (Created page with "点の大きさを設定します。 {{notice|点は love.graphics.scale の影響を受けません ― それら...")
- 13:57, 17 September 2016 (diff | hist) . . (+1,155) . . N love.graphics.setPoint (日本語) (Created page with "{{oldin (日本語)|0.9.0|090|type=関数|text=love.graphics.setPointSize および love.graphics.setPointStyle (日本語)|lo...")
- 13:56, 17 September 2016 (diff | hist) . . (+2,559) . . N love.graphics.setPixelEffect (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.9.0|090|type=関数|text=love.graphics.setShader へ名称変更されました。}} 現...")
- 13:45, 17 September 2016 (diff | hist) . . (+4,719) . . N love.graphics.setStencilTest (日本語) (Created page with "{{newin (日本語)|0.10.0|100|type=関数|text=love.graphics.stencil は love.graphics.setStencil (日本語)|love.graphics.setSte...")
- 13:44, 17 September 2016 (diff | hist) . . (+3,751) . . N love.graphics.setStencil (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.10.0|100|type=関数|text=love.graphics.stencil および love.graphics.setStencilTest (...")
- 13:42, 17 September 2016 (diff | hist) . . (+1,066) . . N love.graphics.newStencil (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.9.0|090|type=関数|text=love.graphics.stencil で Lua 関数を直接使用できます (...") (current)
- 13:42, 17 September 2016 (diff | hist) . . (+1,492) . . N love.graphics.newScreenshot (日本語) (Created page with "画面撮影したものを作成して画像データとして返します。 {{newobjectnotice (日本語)}} == 関数 == === 概要 === <source lang="lua"> screenshot = lo...")
- 13:41, 17 September 2016 (diff | hist) . . (+2,137) . . N love.graphics.newQuad (日本語) (Created page with "Quad の新規作成。 {{newobjectnotice (日本語)}} == 関数 == === 概要 === <source lang="lua"> quad = love.graphics.newQuad( x, y, width, height,...")
- 13:40, 17 September 2016 (diff | hist) . . (+2,703) . . N love.graphics.newPixelEffect (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.9.0|090|type=関数|text=love.graphics.newShader へ名称変更}} ハードウェアに...")
- 13:39, 17 September 2016 (diff | hist) . . (-3) . . m love.graphics.newFramebuffer (日本語) (current)
- 13:38, 17 September 2016 (diff | hist) . . (+12) . . m love.graphics.newFramebuffer (日本語)
- 13:37, 17 September 2016 (diff | hist) . . (+1,492) . . N love.graphics.newFramebuffer (日本語) (Created page with "{{newinoldin (日本語)|0.7.0|070|0.8.0|080|type=関数|text=love.graphics.newCanvas へ名称変更。}} 画面外表示の...")
- 13:37, 17 September 2016 (diff | hist) . . (+2,247) . . N love.graphics.newFont (日本語) (Created page with "Font の新規作成。 {{newobjectnotice (日本語)}} == 関数 == === 概要 === <source lang="lua"> font = love.graphics.newFont( filename, size ) </s...")
- 13:35, 17 September 2016 (diff | hist) . . (+1,486) . . N love.graphics.setLineStipple (日本語) (Created page with "{{oldin (日本語)|0.8.0|080|type=関数}} 点描線の模様を設定します。 == 関連 == === 概要 === <source lang="lua"> love.graphics.setLineStipple( pattern,...")
- 13:35, 17 September 2016 (diff | hist) . . (+673) . . N love.graphics.setLineJoin (日本語) (Created page with "線の連結方法を設定します。利用可能な連結方法は LineJoin を参照してください。 == 関数 == === 概要 === <source lang...")
- 13:34, 17 September 2016 (diff | hist) . . (+527) . . N love.graphics.setLineWidth (日本語) (Created page with "線の幅を設定します。 == 関数 == === 概要 === <source lang="lua"> love.graphics.setLineWidth( width ) </source> === 引数 === {{param|number|width|線の幅。}}...")
- 13:34, 17 September 2016 (diff | hist) . . (+1,065) . . N love.graphics.setLine (日本語) (Created page with "{{oldin (日本語)|0.9.0|090|type=関数|text=love.graphics.setLineWidth および love.graphics.setLineStyle (日本語)|lov...")
- 13:33, 17 September 2016 (diff | hist) . . (+1,368) . . N love.graphics.setInvertedStencil (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.10.0|100|type=関数|text=love.graphics.stencil および love.graphics.setStencilTest (...")
- 13:32, 17 September 2016 (diff | hist) . . (+2,566) . . N love.graphics.setFont (日本語) (Created page with "既に読み込んだ Font を現在のフォントに設定するかファイルと大きさを指定して読み込んでから新規作成します。...")
- 13:31, 17 September 2016 (diff | hist) . . (+1,051) . . N love.graphics.setDefaultImageFilter (日本語) (Created page with "{{newinoldin (日本語)|0.8.0|080|0.9.0|090|type=関数|text=love.graphics.setDefaultFilter へ名称変更}} 標準の...") (current)
- 13:30, 17 September 2016 (diff | hist) . . (-1) . . m love.graphics.setDefaultFilter (日本語) (current)
- 13:30, 17 September 2016 (diff | hist) . . (+1,339) . . N love.graphics.setDefaultFilter (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=love.graphics.setDefaultImageFilter から名称変更}} Image (日本...")
- 13:29, 17 September 2016 (diff | hist) . . (+839) . . N love.graphics.setColorMode (日本語) (Created page with "{{newinoldin (日本語)|0.2.0|020|0.9.0|090|type=関数}} 色の方式を設定します (現在の色により画像がどの様な影響を受けるのか制御し...")
- 13:29, 17 September 2016 (diff | hist) . . (+1,482) . . N love.graphics.setColorMask (日本語) (Created page with "{{newin (日本語)|0.9.0|090|type=関数}} 色マスクの設定。画面への表示および消去時に特定の色の成分を有効または無効にします。例...") (current)
- 13:28, 17 September 2016 (diff | hist) . . (+2,086) . . N love.graphics.setColor (日本語) (Created page with "描画に使用する色を設定します。 == 関数 == === 概要 === <source lang="lua"> love.graphics.setColor( red, green, blue, alpha ) </source> === 引数 === {{para...")
- 13:23, 17 September 2016 (diff | hist) . . (+3,393) . . N love.graphics.setCanvas (日本語) (Created page with "{{newin (日本語)|0.8.0|080|type=関数|text=love.graphics.setRenderTarget から名称変更}} [[Canvas(日本語)|Canvas]...")
- 13:18, 17 September 2016 (diff | hist) . . (+1,883) . . N love.graphics.setBlendMode (日本語) (Created page with "混合方式を設定します。 == 関数 == === 概要 === <source lang="lua"> love.graphics.setBlendMode( mode ) </source> === 引数 === {{para...")
- 13:17, 17 September 2016 (diff | hist) . . (+1,692) . . N love.graphics.setBackgroundColor (日本語) (Created page with "背景色を設定します。 == 関数 == === 概要 === <source lang="lua"> love.graphics.setBackgroundColor( red, green, blue ) </source> === 引数 === {{param|number|red...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)