Text object kerning, expose in menu #71999

Closed
opened 2019-11-28 08:45:23 +01:00 by Campbell Barton · 11 comments

Currently you can use Alt Left/Right to change spacing while in text edit-mode.

However there is no way to adjust this without knowing this shortcut.

We could have a "Kerning" menu with an operator to increase/decrease kerning as well as a reset operator.

Currently you can use Alt Left/Right to change spacing while in text edit-mode. However there is no way to adjust this without knowing this shortcut. We could have a "Kerning" menu with an operator to increase/decrease kerning as well as a reset operator.
Author
Owner

Added subscriber: @ideasman42

Added subscriber: @ideasman42
Campbell Barton changed title from Expose 3D text kerning in the interface to Text object kerning, expose in menu 2019-11-28 08:50:32 +01:00
Member

Added subscriber: @EAW

Added subscriber: @EAW

Added subscriber: @r-arvind

Added subscriber: @r-arvind

Hey! I want to work on this issue. Can I take it up?

Hey! I want to work on this issue. Can I take it up?
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Of course, give it a try :)

Of course, give it a try :)

Blender-query.png

Just had a few queries. I added a Panel in the "Paragraph" section to show the kerning of the current character ( visible only in edit mode). I added this in the python file : blender/release/scripts/startup/bl_ui/properties_data_curve .py

This only shows us the kerning of the current character and cannot change it as the python API doesn't have the ability to change it's value. So how should I proceed from this point. I read in the documentation that we can use operators(bpy.ops) or the data access(bpy.data). Is this the right way?

![Blender-query.png](https://archive.blender.org/developer/F8337862/Blender-query.png) Just had a few queries. I added a Panel in the "Paragraph" section to show the kerning of the current character ( visible only in edit mode). I added this in the python file : blender/release/scripts/startup/bl_ui/properties_data_curve .py This only *shows* us the kerning of the current character and cannot change it as the python API doesn't have the ability to change it's value. So how should I proceed from this point. I read in the documentation that we can use operators(bpy.ops) or the data access(bpy.data). Is this the right way?
Member

Completing this task involves adding bpy.ops.font.change_spacing to the Font menu along with a new operator that would reset the kerning value to 0. See FONT_OT_change_spacing in C code.

Completing this task involves adding `bpy.ops.font.change_spacing` to the Font menu along with a new operator that would reset the kerning value to `0`. See `FONT_OT_change_spacing` in C code.
Arvind R was assigned by Ankit Meel 2020-02-17 10:42:34 +01:00

Added subscriber: @FrankBessou

Added subscriber: @FrankBessou

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

Marking as resolved since it seems to be resolved by d95dbd1f4f ? :)
Feel free to reopen if I am missing something.

Marking as resolved since it seems to be resolved by d95dbd1f4f ? :) Feel free to reopen if I am missing something.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#71999
No description provided.