問題タブ [android-paint]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - 動的配置のためにキャンバスの上部と下部への参照を取得する方法は?
ImageView の上に 2 つの TextView があります。Canvas
およびPaint
クラスを使用して、画像にキャプションを描画しています。キャプションには、画像の上部と TextView の上部の間に約 20 dp のギャップが必要です。これらの値を の y 値に入力するには、どのような方法がありますCanvas.drawText()
か?
java - キャンバスにすべて大文字でテキストを描画する方法
Canvas
と を使用しTextPaint
てテキストを描画していますStaticLayout
。ただし、テキストを大文字で描画したいです。オンラインの提案は使用することですtoUpperCase()
が、その変更はキャンバスに反映されません。
これは私のコードです: